Developer Documentation

QuickTime 4 API Documentation

Programming With QuickTime VR

| Previous | Chapter Contents | Chapter Top | Next |

Sending Actions to the QuickTime VR Movie Controller

You can use the MCDoAction function to send a movie controller action to a movie controller. For example, you can execute this line of code to disable the automatic cursor tracking and shape changing provided by the QuickTime VR movie controller:

MCDoAction(myMC, mcActionSetCursorSettingEnabled, (void*) false);

In this example, the myMC parameter is an identifier for the QuickTime VR movie controller, returned by a previous call to NewMovieController .


© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |